home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / bbs / M_Quest_v11.lha / Multi-Quest.Doc < prev    next >
Text File  |  1994-03-18  |  3KB  |  153 lines

  1.  
  2. ---------------------------------------------------------------
  3. MULTI-QUEST v1.1 Writen By Peter Zelezny for Max's BBS v1.52+
  4. ---------------------------------------------------------------
  5.  
  6.  To set up Multi-Quest all you need to do is make a standard ascii file with
  7. all the questions you want to ask a new user. This file should be called :
  8.  
  9.  Doors:Multi-Quest/Multi-Quest.Questions
  10.  
  11. Now all you have to do is put your questions in it.
  12. NOTE: there five different type of questions so please read the whole doc
  13.  
  14.  
  15. QUESTION TYPES:
  16.   
  17.   [1] STRING
  18.  
  19.   This is a normal question type where a user enters a string. The format for
  20.   it is..
  21.   -
  22.   1
  23.   QUESTION
  24.   SORT VERSION OF QUESTION
  25.   MAX CHARS THE USER CAN ENTER
  26.   -
  27.  
  28.   example:
  29.  
  30.   -
  31.   1
  32.   How old are you?
  33.   Age:
  34.   2
  35.   -
  36.  
  37.   [2] STANDARD HOTKEY
  38.  
  39.        This is a 'hotkey' question where a user can only enter Y or N.
  40.        Usage:
  41.   -
  42.   2
  43.   QUESTION
  44.   SORT VERSION OF QUESTION
  45.   -
  46.  
  47.   example:
  48.  
  49.   -
  50.   2
  51.   Do you like this BBS?
  52.   Like the BBS?
  53.   -
  54.  
  55.  
  56.   [3] TYPE B HOTKEY
  57.   
  58.        This almost the same as question type 2 but if the user enters 'N' 
  59.        the next question comming up will not be asked. This can be useful
  60.        for something like this...
  61.  
  62.        EXAMPLE :
  63.  
  64.        -
  65.        3
  66.        Do you have a BBS?
  67.        SYSOP?
  68.        -
  69.        1
  70.        Enter your BBS's name & number:
  71.        BBS:
  72.        30
  73.        --END--
  74.  
  75.        In the above case the last question will not be asked if the user 
  76.        entered 'N' for the first question.
  77.  
  78.   [4] TYPE C HOTKEY
  79.  
  80.        Almost the same as type 3 but the next question comming up will not
  81.        be asked if the user enters 'Y'...
  82.  
  83.  
  84.   [5] MULTIPLE CHOISE
  85.  
  86.        This presents the user with up to 26 different seletions they can 
  87.        make.  The format is..
  88.        -
  89.        5
  90.        QUESTION
  91.        SORT VERSION OF QUESTION
  92.        NUMBER OF CHOICES
  93.        CHOICES
  94.        CHOICES
  95.        CHOICES....etc
  96.        -
  97.  
  98.        example:
  99.  
  100.        -
  101.        5
  102.        What type of computer do you have?
  103.        Computer:
  104.        5
  105.        Amiga
  106.        IBM or Compatable
  107.        Apple Macintosch
  108.        Apple IIe
  109.        Atari
  110.        -
  111.  
  112.  
  113.  ok! Now you know the different question types! All you have to remember
  114.  is that you must have a "-" between each question and a "--END--" at the
  115.  end of the question file.
  116.  
  117. ADDING ANSI SCREENS:
  118.  
  119.  You can get Multi-Quest so display an ansi screen at any point during the
  120.  questions. All you have do is specify an ansi file name to show! Example:
  121.  
  122.  - bbs:Text/introq.ansi
  123.  1
  124.  How old are you?
  125.  Age:
  126.  2
  127.  --END--
  128.  
  129.  You can only specify filenames after the "-" and there must be one space
  130.  between the "-" and the filename. You can also add an ansi screen at the
  131.  end of the questionare... Example:
  132.  
  133.  --END-- bbs:text/endingscreen.ansi
  134.  
  135.  Here you must also leave a space between the "--END--" and the filename.
  136.  
  137.  If you have no idea what all the above is talking about have a look at the
  138.  example question file provided.
  139.  
  140. LIMITATIONS:
  141.  
  142.  Multi-Quest has 4 limitations...
  143.   
  144.  1)You cannot make the question longer than 73 chars.
  145.  2)You cannot make the 'max chars user can enter' more than 71 chars.
  146.  3)You cannot use esc codes anywhere in the question file.
  147.  4)You cannot have anymore than 26 choices in the multiple choice questions.
  148.  
  149. FUTURE DEVELOPMENTS:
  150.  
  151.  An online 'answer file' reader! So the sysop can scan through the answers
  152.  with ease and even making alterations...
  153.